github.com/andybalholm/brotli.Reader.dictionary (field)

5 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1871: 			var words *dictionary = s.dictionary
		decode.go#L1873: 			var offset int = int(s.dictionary.offsets_by_length[i])
		decode.go#L1874: 			var shift uint32 = uint32(s.dictionary.size_bits_by_length[i])
		state.go#L176: 	dictionary                  *dictionary
		state.go#L241: 	s.dictionary = getDictionary()